@charset "utf-8";
.container {
	max-width:100%;
}
/* 내용관리 */
#ctt {margin:10px 0;padding:10px;}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}
@media(min-width:970px){
	.page_container { margin-top: 150px} 
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ■■■■■■■■■■■■■■ 페이지 시작 ■■■■■■■■■■■■■■■ */
.delivery_top {
	width:100%;
}
.delivery_top h2 {
	text-align:center;
	color:#000;
	margin-bottom:50px;
	font-size:50px;
	word-break:keep-all;
	font-family: 'SBAggroB';
}
.delivery_wrap {
	width:100%;
	background:url('/theme/jelly/img/del_back.jpg');
	padding:100px 0;
	background-size:cover;
}
.delivery_wrap h2 {
	color:#fff;
	font-size:30px;
	margin-bottom:30px;
	text-align:center;
}
.delivery_wrap p {
	color:#fff;
	margin-bottom:50px;
	text-align:center;
	font-size:18px;
	word-break:keep-all;
}
.del_back {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding: 20px 0;
	text-align:center;
	position:relative;
}
.del_back::before {
	width:800px;
	height:1px;
	content:'';
	position:absolute;
	left: 159px;
    top: 102px;
	border-style: dashed !important;
	border:1px solid #fff;
}
.del_back_text {
	font-size:18px;
	line-height:35px;
	margin-bottom:50px;
	text-align:center;
}
.del_back_box {
	width:25%;
	float:left;
}
.del_back_images {
	width:173px;
	height:173px;
	background:#fff;
	box-shadow: 5px 10px 18px #333;
	border-radius:100%;
	position:relative;
	padding-top:48px;
	color:#a16666;
	margin:0 auto;
}
.del_back_images::after {
	content:'';
	border-radius:150px;
	border:1px solid #fff;
	width:200px;
	height:200px;
	position:absolute;
	left: -14px;
    top: -14px;
}
.box_text {
	color:#fff;
	font-size:18px;
	margin-top:30px;
	text-shadow: 1px 1px 5px #111;
}
.about_wrap {
	width:1200px;
	margin:0 auto;
}
.about01 {
	width:100%;
	padding:20px;
	border:1px solid #e4e4e4;
	margin-top:30px;
}
.about01 h2 {
	font-size:25px;
	margin-bottom:50px;
	position:relative;
	font-family: 'SpoqaHanSansNeo-Regular';
}
.about01 h2::after {
	content:'';
	position:absolute;
	left:0;
	top:50px;
	width:1160px;
	height:1px;
	background:#e4e4e4;
}
.about_text {
	font-size:16px;
	line-height:30px;
	word-break:keep-all;
}
.del_back_images {
	
}
.xi-5x {
    font-size: 80px;
}

@media (max-width: 1200px){
.del_back {width:100%;}
.about_wrap {width:100%;}
.about01 h2::after {width:100%;}
}
@media (max-width: 969px){
.del_back_box {width: 50%; margin-bottom:40px; }
.delivery_top h2 {font-size:35px;}
.del_back::before {display:none;}
.delivery_wrap {background-position-x:50%;}
}

@media (max-width: 650px) {
	.del_back_images { width: 123px; height: 123px;}
	.del_back_images::after { width: 150px; height: 150px;}
	.del_back_images { padding-top: 0;display: table;}
	.del_back_box i { font-size: 50px;display: table-cell; vertical-align: middle;}
}